home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 031a / runv11.zip / RUN.DOC < prev    next >
Text File  |  1991-11-28  |  1KB  |  42 lines

  1. NAME 
  2.      run - Run a Windows program from a DOS prompt within
  3.      Windows.
  4.  
  5. SYNOPSIS 
  6.      run command [parameters] [&]
  7.  
  8. DESCRIPTION 
  9.      If Windows is running, run passes the current directory
  10.      and command [parameters] [&] to the scheduler sched.
  11.      Sched will run command [parameters] as a child proces
  12.      in the indicated directory. The optional & symbol
  13.      indicates that the program will run minimized.
  14.  
  15.      If Windows is not running, win command [parameters]
  16.      will be executed.
  17.  
  18.      In order to use this program, the scheduler must have
  19.      been loaded. Insert into the section [windows] in the
  20.      file win.ini:
  21.           load=sched.exe
  22.  
  23. BUGS
  24.      If the environment variable TEMP is changed after
  25.      Windows has been started, communication between run and
  26.      sched will be lost.
  27.  
  28.      Sched uses the environment variable PATH as it was when
  29.      Windows was started.
  30.  
  31.      Changes made to the environment after Windows has been
  32.      started, have no effect on the program to be run. The
  33.      program inherrits the environment as it was when Win-
  34.      dows was started.
  35.  
  36. SEE ALSO
  37.      sched
  38.  
  39. COPYRIGHT 
  40.      (C) 1991 F.Wiarda
  41.  
  42.